Name | Teleport Cause |
Description | Possible player teleport causes: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerTeleportEvent.TeleportCause.html
These are used in entity teleports, server.teleport_causes, teleport, ... Note that these causes will only work for player entities. Additionally, Denizen provides two basic teleport causes for non-player entity teleport events: ENTITY_PORTAL and ENTITY_TELEPORT. These additional causes are only for entity teleports, and thus not usable in teleport, and will not show in server.teleport_causes. |
Group | Useful Lists |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/entity/EntityTeleportScriptEvent.java#L20 |